projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84e14c
)
(ange-ftp-skip-msgs): Recognize `passive'.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Sep 1996 19:28:43 +0000
(19:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Sep 1996 19:28:43 +0000
(19:28 +0000)
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index 8bfe34db464a3de92af165e449115a7c0537e30d..77f799f2a044821765d6b3c0c1df57c6277ebae1 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-656,7
+656,8
@@
parenthesized expressions in REGEXP for the components (in that order).")
(concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|"
"^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
"^Data connection \\|"
- "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye")
+ "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
+ "^227 .*[Pp]assive")
"*Regular expression matching ftp messages that can be ignored.")
(defvar ange-ftp-fatal-msgs